Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Shadow-Receiving Styles


Q3ReceiveShadowsStyle_Get

You can use the Q3ReceiveShadowsStyle_Get function to get the shadow-receiving style value of a shadow-receiving style.

TQ3Status Q3ReceiveShadowsStyle_Get (
TQ3StyleObject styleObject, 
TQ3Boolean *receives);
styleObject
A shadow-receiving style object.
receives
On exit, a pointer to the shadow-receiving style value of the specified shadow-receiving style object.
DESCRIPTION
The Q3ReceiveShadowsStyle_Get function returns, in the receives parameter, a pointer to the current shadow-receiving style value of the style object specified by the styleObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996